PEGetNParameterCurrentValues

Use PEGetNParameterCurrentValues to determine the number of values currently stored in the specified parameter field of a report. See Working with Parameter Values and Ranges.

C Syntax
short CRPE_API PEGetNParameterCurrentValues (
        short printJob,
        const char FAR *parameterFieldName,
        const char FAR *reportName );
Parameters

printJob

Specifies the print job for which you want to determine the number of parameter current values.

parameterFieldName

Specifies a pointer to the string containing the parameter field name.

reportName

Specifies a pointer to the string containing the report name. See Remarks below.

Returns
Remarks

Regarding parameter reportName:

VB Syntax
Declare Function PEGetNParameterCurrentValues Lib "crpe32.dll" ( _
    ByVal printJob As Integer, ByVal parameterFieldName As String, _
    ByVal reportName As String ) As Integer
Delphi Syntax
function PEGetNParameterCurrentValues
    printJob: smallint;
    const parameterFieldName: PChar;
    const reportName: PChar
    ): Word stdcall;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com